Assignemnt #40 and Thirty-seventh Program

Code

      ///Name: Derrick Andreasen
///Period: 7
///Program name: Thirty-seventh Program
///File name: ThirseProg.java
///Date Finished:10/7/2015
import java.util.Scanner;

public class ThirseProg
{
	public static void main( String[] args ) throws Exception
	{
		int repeats = 20;
		int steps_per_second = 10;

		for ( int i=0; i
    
    

Picture of the output

Assignment 40